-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Intelligent scissors disabling feature #3510
Conversation
@klakhov |
Sure |
cvat-ui/src/components/annotation-page/standard-workspace/controls-side-bar/opencv-control.tsx
Outdated
Show resolved
Hide resolved
Found two issues with this path:
|
When try to finish scissors when the algorithm blocked: IndexSizeError: Failed to execute 'getImageData' on 'CanvasRenderingContext2D': The source width is 0. |
I've returned blocked mode check to final calculation and this error is gone now. |
Please add a piece of information to CHANGELOG and update package versions for canvas and ui. |
@aschernov @TOsmanov @dvkruchinin |
@klakhov , yes, we will update the documentation |
@klakhov |
I found that when the restrictive threshold (red square) |
It is expected.
It is possible. Why do you think it does not work? (If you use mousewheel during Ctrl is held, block will not be triggered) |
@TOsmanov |
@bsekachev @klakhov , If you release |
@TOsmanov |
I'm using the develop branch with the latest commit 0272384 |
Do you have any error message in the browser console this time? |
In this moment no. But I sometimes get an error message in cvat: OpenCV.js processing error occured |
As we can't easily reproduce this bug, could you please update the documentation and create an issue with more detailed information about your browser/operating system with steps to reproduce this bug? |
Motivation and context
Related #2800
Related #3383
OpenCV intelligent scissors temporarely disabling to create a boundary manually
Update UI for interactors' blocking mode
How has this been tested?
Checklist
develop
branchcvat-core, cvat-data and cvat-ui)
License
Feel free to contact the maintainers if that's a concern.